home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / comm / misc / statickyupdate.readme < prev    next >
Text File  |  1999-09-06  |  3KB  |  92 lines

  1. Short:    Client for Staticky's dyndns service
  2. Author:   robert@dynamix.force9.co.uk (Robert Wilson)
  3. Uploader: robert@dynamix.force9.co.uk (Robert Wilson)
  4. Type:     comm/misc
  5. Requires: TCP/IP stack
  6.  
  7.  
  8. Description:
  9.  
  10. ARexx script to update Staticky's server with your current IP address. For
  11. more info on this service look at http://www.staticky.com
  12.  
  13.  
  14. Installation:
  15.  
  16. Copy the script to rexx:
  17.  
  18.  
  19. Configuration:
  20.  
  21. There is only one setting to change. Set "userxsocket" to 0 to use TCP: dos
  22. device or 1 to use rxsocket.library.
  23.  
  24.  
  25. Usage:
  26.  
  27. From the shell type ;
  28.  
  29. rx rexx:statickyupdate.rexx username password hostname
  30.  
  31. Alternatively launch from an AmigaDOS script every time you connect to the
  32. internet using an online event in Miami/Genesis. For example ;
  33.  
  34. sys:rexxc/rx >nil: statickyupdate username password hostname
  35. if $RC not eq 0
  36.   run <>nil: c:requestchoice TITLE "Error!" BODY "Unable to update DNS*nwith dyndns.staticky.com" "Hmm"
  37. endif
  38.  
  39. As you can see from the above example if all is successful then RC is set
  40. to 0 and upon any error it is set to 5 (warn).  When running from the shell
  41. you will also see a descriptive error message.
  42.  
  43. If your username and hostname (less the '.staticky.com') are the same then
  44. you only need to supply the username and password.  If your username and
  45. hostname are different then do not add '.staticky.com' to your hostname -
  46. the script does it for you.
  47.  
  48.  
  49. Bugs, problems etc:
  50.  
  51. None known at present. Script only tested by me with MiamiDx. If you find
  52. any please let me know.
  53.  
  54.  
  55. Future:
  56.  
  57. Maybe add a 10 second time out to the rxsocket.library code. However I'm a
  58. little puzzled by rxsocket.library so if someone would like to do this for
  59. me then please do ;-) However I ask that you try not to use any additional
  60. ARexx libraries.
  61.  
  62.  
  63. Contact:
  64.  
  65. To contact me, email robert@dynamix.force9.co.uk ,alternatively look at my
  66. web page for other contact methods - http://www.dynamix.force9.co.uk
  67.  
  68.  
  69. Disclaimer:
  70.  
  71. Use this script at your own risk. Nuff said!
  72.  
  73.  
  74. Credits:
  75.  
  76. Claudio Leite <static@staticky.com> - Staticky
  77. Alfonso Ranieri <alfier@iol.it> - rxsocket.library
  78.  
  79.  
  80. Copyright (C) 1999 DCS Software
  81. All rights reserved
  82.  
  83.  
  84. ============================= Archive contents =============================
  85.  
  86. Original  Packed Ratio    Date     Time    Name
  87. -------- ------- ----- --------- --------  -------------
  88.     2140    1086 49.2% 08-Jul-99 19:21:20  statickyupdate.readme
  89.     2229     960 56.9% 07-Jul-99 20:22:24  statickyupdate.rexx
  90. -------- ------- ----- --------- --------
  91.     4369    2046 53.1% 08-Jul-99 23:16:50   2 files
  92.